net/http.http2priorityWriteSchedulerRFC7540.writeThrottleLimit (field)
8 uses
net/http (current package)
h2_bundle.go#L11473: ws.writeThrottleLimit = 1024
h2_bundle.go#L11475: ws.writeThrottleLimit = math.MaxInt32
h2_bundle.go#L11645: writeThrottleLimit int32
h2_bundle.go#L11805: limit = ws.writeThrottleLimit
h2_bundle.go#L11816: ws.writeThrottleLimit += 1024
h2_bundle.go#L11817: if ws.writeThrottleLimit < 0 {
h2_bundle.go#L11818: ws.writeThrottleLimit = math.MaxInt32
h2_bundle.go#L11821: ws.writeThrottleLimit = 1024
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |